Files
webawesome/tsconfig.prod.json
2023-08-21 16:52:29 -04:00

9 lines
138 B
JSON

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