mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"extends": "./tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"module": "CommonJS",
|
|
"lib": ["ESNext", "DOM"]
|
|
},
|
|
"include": ["src/*.ts"]
|
|
}
|