2025-09-17 18:43:43 +09:00
|
|
|
{
|
2025-09-19 16:34:10 +09:00
|
|
|
"extends": "../../tsconfig.base.json",
|
2025-09-17 18:43:43 +09:00
|
|
|
"compilerOptions": {
|
2025-09-19 16:34:10 +09:00
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
2025-09-17 18:43:43 +09:00
|
|
|
"outDir": "./dist",
|
2025-09-19 16:34:10 +09:00
|
|
|
"rootDir": "./src",
|
2025-09-17 18:43:43 +09:00
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
2025-09-19 16:34:10 +09:00
|
|
|
"composite": true,
|
|
|
|
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
2025-09-17 18:43:43 +09:00
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
|
}
|