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