Initial commit
This commit is contained in:
12
tsconfig.prod.json
Normal file
12
tsconfig.prod.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"removeComments": true
|
||||
},
|
||||
"exclude": [
|
||||
"spec",
|
||||
"src/public/",
|
||||
"build.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user