b10cec2322
* chore: update type testing setup * stricter TSConfig * deduplicate type checking
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
|
|
"types": [],
|
|
"paths": {
|
|
"handlebars": ["../"]
|
|
}
|
|
}
|
|
}
|