mirror of
https://github.com/iconify/iconify.git
synced 2024-12-14 14:38:25 +00:00
8 lines
133 B
JSON
8 lines
133 B
JSON
|
{
|
||
|
"extends": "../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node", "jest"]
|
||
|
},
|
||
|
"include": ["./*.ts", "../src/*.ts"]
|
||
|
}
|