2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 09:19:02 +00:00
iconify/packages/utils/tsconfig.json
2022-03-14 15:39:40 +01:00

21 lines
402 B
JSON

{
"compilerOptions": {
"rootDir": "./",
"outDir": "./lib",
"target": "ES2019",
"module": "ESNext",
"lib": [
"ESNext",
"DOM"
],
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"resolveJsonModule": true
},
"include": ["src/**/*.ts"]
}