mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"noResolve": false,
|
|
"stripInternal": false,
|
|
"sourceMap": true
|
|
},
|
|
"files": [
|
|
"webtsc.ts"
|
|
]
|
|
} |