mirror of https://git.tuxpa.in/a/code-server.git
7 lines
98 B
JSON
7 lines
98 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": false,
|
||
|
"checkJs": false
|
||
|
}
|
||
|
}
|