vscode-htmltagwrap/tsconfig.json

13 строки
180 B
JSON
Исходник Обычный вид История

2015-10-23 07:42:26 +03:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"outDir": "out",
"noLib": true,
"sourceMap": true
},
"exclude": [
"node_modules",
".vscode-test"
2015-10-23 07:42:26 +03:00
]
}