Files
azuredatastudio/extensions/notebook/tsconfig.json
Maddy a58d4d7d05 replaced watch with watchFile (#9873)
* replaced watch with watchFile

* testing debounce

* changed the beounce delay to 1500
2020-04-15 10:03:48 -07:00

19 lines
277 B
JSON

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