mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"experimentalDecorators": true,
|
|
"newLine": "LF"
|
|
},
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
} |