This commit is contained in:
hsueh chiahao
2025-10-16 12:55:14 +08:00
parent cea4d4eea1
commit 4cba63fc16
12 changed files with 3194 additions and 6293 deletions

View File

@@ -6,6 +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/*"]