mirror of
https://github.com/iconify/iconify.git
synced 2025-01-08 15:54:09 +00:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": "../tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jest"],
|
|
"rootDir": ".",
|
|
"outDir": "../tests-compiled",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|