mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"es6", "es2015.promise"
|
|
],
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"strict": false,
|
|
"noUnusedParameters": false,
|
|
"strictNullChecks": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|