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