2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-22 14:48:24 +00:00
iconify/iconify-icon/icon/tsconfig.json

9 lines
152 B
JSON
Raw Normal View History

2022-04-29 23:19:22 +03:00
{
"extends": "./tsconfig-base.json",
"include": ["src/**/*.ts", ".eslintrc.js"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib"
}
}