Files
wx_pyq/tsconfig.test.json
jeremygan2021 99218d9035
Some checks failed
Deploy to Aliyun ACR / build-and-push (push) Has been cancelled
first commit
2026-02-27 17:01:55 +08:00

11 lines
228 B
JSON

{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"verbatimModuleSyntax": false,
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["node", "jest", "vite/client"]
},
"include": ["src"]
}