mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"include": ["./src/*.ts", "./tests/*.ts", ".eslintrc.js"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|