Files
uni/tsconfig.json
天衡咨询创新 ebe3f99456 Initial commit
2023-06-21 12:08:13 +08:00

17 lines
233 B
JSON

{
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"ts-node": {
"compilerOptions": {
"module": "CommonJS",
"esModuleInterop": true
}
}
}