2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 09:19:02 +00:00
iconify/packages/core/tsconfig-base.json

16 lines
321 B
JSON
Raw Normal View History

2020-04-28 09:47:35 +00:00
{
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"composite": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
2020-12-25 19:03:15 +00:00
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error"
2020-04-28 09:47:35 +00:00
}
}