mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"noResolve": false,
|
|
"stripInternal": false,
|
|
"sourceMap": true
|
|
},
|
|
"files": [
|
|
"webTestServer.ts"
|
|
]
|
|
}
|