codetour/tsconfig.json

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

2020-03-07 21:37:16 +03:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": ["ES2019", "DOM"],
2020-03-07 21:37:16 +03:00
"sourceMap": true,
"rootDir": "src",
"strict": true,
"noUnusedLocals": true
},
"exclude": ["node_modules"]
}