bid-extension/tsconfig.json

17 lines
350 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"target": "es2020",
"module": "es2020",
"moduleResolution": "bundler" // hoặc "node" nếu bạn dùng tsc không bundler
}
}