mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./tests",
|
|
"outDir": "./lib",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"strict": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|