vscode-postgresql/tsconfig.json

18 строки
413 B
JSON
Исходник Постоянная ссылка Обычный вид История

2018-03-28 06:49:39 +03:00
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"lib": [ "es6" ],
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": ".",
"typeRoots":["./typings"],
"types": ["node"]
2018-03-28 06:49:39 +03:00
},
"exclude": [
"node_modules",
"src/views/htmlcontent"
]
}