mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |