зеркало из https://github.com/microsoft/p-graph.git
17 строки
345 B
JSON
17 строки
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"declaration": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["ES2017"],
|
|
"outDir": "lib",
|
|
"noUnusedLocals": true,
|
|
"strict": true,
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["src"]
|
|
}
|