mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"outDir": "../lib"
|
|
}
|
|
} |