зеркало из https://github.com/microsoft/ts-gyb.git
20 строки
399 B
JSON
20 строки
399 B
JSON
{
|
|
"include": ["src/*.ts", "src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2019"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": ""
|
|
}
|
|
}
|