refactoring

This commit is contained in:
hsueh chiahao
2025-10-16 14:03:28 +08:00
parent 6ab2c95990
commit b35bd159a8
8 changed files with 118 additions and 89 deletions

View File

@@ -6,7 +6,12 @@
"./node_modules/@kintone/dts-gen/kintone.d.ts",
],
"compilerOptions": {
"resolveJsonModule": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"@/*": ["./src/*"]