mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"out": "../../built/local/tsserver.js",
|
|
"sourceMap": true
|
|
},
|
|
"files": [
|
|
"node.d.ts",
|
|
"editorServices.ts",
|
|
"protocol.d.ts",
|
|
"server.ts",
|
|
"session.ts"
|
|
]
|
|
}
|