18 строки
411 B
JSON
18 строки
411 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"outDir": "dist",
|
|
"lib": ["dom", "es2019"],
|
|
"inlineSourceMap": true,
|
|
"rootDir": "src",
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"composite": true,
|
|
"declarationMap": true
|
|
},
|
|
"exclude": ["node_modules", "dist", "test", "index.ts", "tmpl"]
|
|
}
|