water-ldht/jsconfig.json

13 lines
279 B
JSON
Raw Normal View History

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