This commit is contained in:
24
vscode-server-linux-x64-web/node_modules/@microsoft/1ds-post-js/tsconfig.json
generated
vendored
Normal file
24
vscode-server-linux-x64-web/node_modules/@microsoft/1ds-post-js/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "es6",
|
||||
"moduleResolution": "Node",
|
||||
"target": "es3",
|
||||
"alwaysStrict": true,
|
||||
"strictNullChecks": false,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"outDir": "dist-esm/src/"
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules/"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user