contra-renderer/tsconfig.json

11 lines
206 B
JSON

{
"compilerOptions": {
"module": "es2015",
"target": "es2015",
"lib": [ "DOM", "es2022" ],
"strictNullChecks": true,
"strictPropertyInitialization": true,
"sourceMap": true,
}
}