vscode-docker/tsconfig.json

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

{
"compilerOptions": {
"module": "commonjs",
"outDir": "out",
"noLib": true,
"sourceMap": true,
"target": "es5"
},
"exclude": [
"node_modules"
]
}