mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"lib": ["es2017", "dom"],
|
|
"strict": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"outDir": "out-tsc",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"rootDir": "./",
|
|
"incremental": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|