blessing-skin-server/resources/assets/tests/tsconfig.json
2025-01-19 14:16:55 +08:00

19 lines
439 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"target": "esnext",
"baseUrl": "..",
"module": "esnext",
"moduleResolution": "bundler",
"paths": {
"@/scripts/*": ["./tests/ts-shims/*", "./src/scripts/*"],
"@/components/*": ["./src/components/*"],
"@/views/*": ["./src/views/*"],
"@/*": ["./src/*"]
},
"noEmit": true,
"esModuleInterop": true
},
"include": ["."]
}