Files
azuredatastudio/extensions/azurecore/tsconfig.json
Amir Omidi 11cf5654bf New shared config for our extensions (#9624)
* New shared config for our extensions

* Path
2020-03-16 10:25:27 -07:00

15 lines
222 B
JSON

{
"extends": "../shared.sql.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"strict": false,
"noUnusedParameters": false,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*"
]
}