mirror of https://git.tuxpa.in/a/code-server.git
16 lines
254 B
JSON
16 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2018",
|
||
|
"lib": [
|
||
|
"es2018"
|
||
|
],
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"alwaysStrict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true
|
||
|
}
|
||
|
}
|