Files
repomix/tsconfig.build.json
2024-07-15 17:23:42 +09:00

8 lines
115 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["./src/**/*"]
}