Files
webawesome/tsconfig.prod.json

10 lines
158 B
JSON
Raw Permalink Normal View History

2022-03-24 07:48:03 -04:00
{
"extends": "./tsconfig",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
}