mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-02-25 16:05:22 +08:00
11 lines
199 B
JSON
11 lines
199 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "src"
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "**/node_modules/*"],
|
||
|
"typeAcquisition": {
|
||
|
"exclude": ["dotenv", "harmony-reflect"]
|
||
|
}
|
||
|
}
|