mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-27 04:48:33 -05:00
Remove extra dependency + build smaller tsc.js into lkg
This commit is contained in:
8
src/compiler/tsconfig.release.json
Normal file
8
src/compiler/tsconfig.release.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outFile": "../../built/local/compiler.release.js",
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user