2025-08-30 15:47:48 +09:00
|
|
|
{
|
2025-09-19 16:34:10 +09:00
|
|
|
"extends": "./tsconfig.json",
|
2025-08-30 15:47:48 +09:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"outDir": "./dist",
|
2025-08-30 17:23:50 +09:00
|
|
|
"rootDir": "./src",
|
2025-10-08 18:48:14 +09:00
|
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
2025-08-30 15:47:48 +09:00
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
2025-10-08 18:48:14 +09:00
|
|
|
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts", "**/*.test.ts"]
|
2025-09-01 15:11:42 +09:00
|
|
|
}
|