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

9 lines
145 B
JSON
Raw Normal View History

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
2021-09-20 20:53:49 +00:00
"types": ["node", "jest"],
"rootDir": ".",
"outDir": "../tests-compiled"
}
}