mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"sourceRoot": "../src",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
],
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |