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