37 строки
844 B
JSON
37 строки
844 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"alwaysStrict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "CommonJS",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitOverride": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noImplicitThis": true,
|
|
"inlineSourceMap": true,
|
|
"sourceRoot": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/vcpkg-artifacts",
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"noEmitHelpers": false,
|
|
"target": "ESNext",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"newLine": "LF"
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
} |