Files

9 lines
158 B
JSON
Raw Permalink Normal View History

2025-05-10 15:26:47 -05:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "tests/**/*"]
}