mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 15:20:54 +00:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"include": ["src/**/*.ts", ".eslintrc.js"],
|
|
"exclude": ["src/svelte.d.ts"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"types": ["svelte"],
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|