2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-22 14:48:24 +00:00
iconify/packages/utils/tests/tsconfig.json

9 lines
147 B
JSON
Raw Normal View History

{
2022-03-16 15:42:17 +02:00
"extends": "../tsconfig.common.json",
"compilerOptions": {
2021-09-20 23:53:49 +03:00
"types": ["node", "jest"],
2022-03-16 15:42:17 +02:00
"rootDir": ".",
"outDir": "../tests-compiled"
2022-03-16 12:12:25 +02:00
}
}