remote-form/tsconfig.json

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

2020-04-23 18:59:08 +03:00
{
"include": ["src"],
"compilerOptions": {
"strict": true,
"module": "ESNext",
"esModuleInterop": true,
"lib": ["es6", "dom", "dom.iterable"],
"target": "ES2020",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"rootDir": "src",
"outDir": "dist"
}
}