2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 09:02:03 +00:00
iconify/packages/core/tests/tsconfig.json

9 lines
140 B
JSON
Raw Normal View History

2020-04-28 09:47:35 +00:00
{
2022-03-14 15:52:34 +00:00
"extends": "../tsconfig.json",
2020-04-28 09:47:35 +00:00
"compilerOptions": {
"types": ["node", "jest"],
"rootDir": ".",
"outDir": "../tests-compiled"
2020-04-28 09:47:35 +00:00
}
}