This commit is contained in:
2025-10-17 14:37:46 +08:00
parent f7a356c157
commit c06a3a9479
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/*"]