mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib"
|
|
},
|
|
"exclude": ["./tests/**", "./lib/**"]
|
|
}
|