forked from perelman/contra-renderer
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"target": "es2015",
|
|
"lib": [ "DOM", "es2022" ],
|
|
"strictNullChecks": true,
|
|
"strictPropertyInitialization": true,
|
|
"sourceMap": true,
|
|
}
|
|
}
|