chore(typescript): 🔧 Update TypeScript config files (base.json, production.json)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
19c8620dc8
commit
0164f8db91
2 changed files with 10 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": false,
|
||||
"sourceMap": true,
|
||||
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
|
|||
9
typescript/production.json
Normal file
9
typescript/production.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "@lilith/configs - Production Overrides",
|
||||
"_description": "Extend alongside any base config to disable source maps in production builds. Usage: { \"extends\": [\"./react.json\", \"./production.json\"] }",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"declarationMap": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue