mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"outDir": "out",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"strict": false,
|
|
"noUnusedParameters": false,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|