vscode/extensions/npm/tsconfig.json

9 lines
118 B
JSON
Raw Normal View History

{
2018-10-01 23:43:18 +00:00
"extends": "../shared.tsconfig.json",
"compilerOptions": {
2018-10-01 23:43:18 +00:00
"outDir": "./out"
},
"include": [
"src/**/*"
]
}