jestr-pioneer-shield-study/tsconfig.json

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

2018-10-30 01:13:40 +03:00
{
"compilerOptions": {
"noImplicitAny": false,
"module": "es6",
"target": "es6",
"lib": ["es2017", "dom"],
"moduleResolution": "node",
"allowJs": true
}
}