mirror of
https://github.com/Aviortheking/codestats-skyline.git
synced 2025-04-22 02:02:09 +00:00
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"extends": "@dzeio/config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"baseUrl": "./"
|
|
},
|
|
"exclude": [
|
|
"dist"
|
|
]
|
|
} |