mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
12 lines
148 B
JSON
12 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|