mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [ "es2016" ],
|
|
"strict": true
|
|
}
|
|
} |