2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/components/svg-framework/tests/tsconfig.json

9 lines
145 B
JSON
Raw Normal View History

2022-04-29 20:19:22 +00:00
{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"types": ["node", "jest"],
"rootDir": ".",
"outDir": "../tests-compiled"
}
}