mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
|
{
|
||
|
"extends": "./tsconfig-base.json",
|
||
|
"include": ["src/**/*.ts", ".eslintrc.js"],
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib",
|
||
|
"lib": ["ESNext", "DOM"]
|
||
|
}
|
||
|
}
|