mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
18 lines
407 B
JSON
18 lines
407 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ES2022",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"lib": ["ES2022", "DOM"],
|
||
|
|
"strict": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"useDefineForClassFields": false,
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"angularCompilerOptions": {
|
||
|
|
"strictTemplates": true
|
||
|
|
},
|
||
|
|
"files": ["src/main.ts", "src/type-probe.ts"],
|
||
|
|
"include": ["src/**/*.d.ts"]
|
||
|
|
}
|