mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 10:58:31 -05:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"inlineSources": false,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"outDir": "../lib"
|
|
}
|
|
} |