gnls/tsconfig.json

9 строки
133 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["es2019"],
"strictNullChecks": true
}
}