water-ldht/jsconfig.json

13 lines
230 B
JSON
Raw Normal View History

2024-09-26 14:04:18 +08:00
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "*.ignore.*"]
}