2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-28 21:19:09 +00:00
iconify/packages/core/tests/tsconfig.json

9 lines
147 B
JSON

{
"extends": "../tsconfig.common.json",
"compilerOptions": {
"types": ["node", "jest"],
"rootDir": ".",
"outDir": "../tests-compiled"
}
}