зеркало из https://github.com/microsoft/lage.git
24 строки
515 B
JSON
24 строки
515 B
JSON
{
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
},
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"lib": ["ES2017"],
|
|
"allowJs": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": false,
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src"]
|
|
}
|