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-12-12 13:10:29 +09:00
|
|
|
"rootDir": "./src",
|
|
|
|
|
"sourceMap": true
|
2025-08-30 15:47:48 +09:00
|
|
|
},
|
2025-12-25 15:48:57 +09:00
|
|
|
"include": ["src/**/*.ts"],
|
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
|
|
|
}
|