mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 12:57:53 +00:00
9 lines
145 B
JSON
9 lines
145 B
JSON
|
{
|
||
|
"extends": "../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node", "jest"],
|
||
|
"rootDir": ".",
|
||
|
"outDir": "../tests-compiled"
|
||
|
}
|
||
|
}
|