jestr-pioneer-shield-study/tsconfig.json

11 строки
183 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"module": "es6",
"target": "es6",
"lib": ["es2017", "dom"],
"moduleResolution": "node",
"allowJs": true
}
}