glogcenter/glc/www/web/jsconfig.json
2023-08-18 21:17:56 +08:00

15 lines
265 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"lib": ["esnext", "dom"],
"jsx": "preserve",
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
}
},
"exclude": ["node_modules"]
}