2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/api-redundancy/tsconfig.json

16 lines
362 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,
"importsNotUsedAsValues": "error"
}
}