nebula/tsconfig.prod.json

9 lines
138 B
JSON
Raw Normal View History

2024-07-17 15:23:16 -04:00
{
"extends": "./tsconfig",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
}