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

18 lines
366 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-09-20 20:53:49 +00:00
"rootDir": "./src",
"outDir": "./lib",
"target": "ES2019",
2021-09-20 20:53:49 +00:00
"module": "CommonJS",
"declaration": true,
"declarationMap": false,
"sourceMap": false,
"composite": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error"
}
}