Files
webawesome/tsconfig.prod.json
2022-03-24 07:48:03 -04:00

10 lines
158 B
JSON

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