mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"target": "ES2019",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"composite": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importsNotUsedAsValues": "error"
|
|
}
|
|
}
|