FunASR/web-pages/jsconfig.json

13 lines
214 B
JSON
Raw Normal View History

2024-05-18 15:50:56 +08:00
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
}
}