17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2015",
|
|
"moduleResolution": "bundler",
|
|
"lib": ["es6"],
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
|
|
"types": [],
|
|
"paths": {
|
|
"handlebars": ["../"]
|
|
}
|
|
}
|
|
}
|