zero-ui/frontend/jsconfig.json
2021-03-21 22:25:13 +03:00

11 lines
199 B
JSON

{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"],
"exclude": ["node_modules", "**/node_modules/*"],
"typeAcquisition": {
"exclude": ["dotenv", "harmony-reflect"]
}
}