mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
|
{
|
||
|
"extends": "../tsconfig-base.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node", "jest"],
|
||
|
"rootDir": ".",
|
||
|
"outDir": "../lib",
|
||
|
"module": "CommonJS"
|
||
|
}
|
||
|
}
|