mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 15:20:54 +00:00
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"exclude": ["tests/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"strict": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|