19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["ESNext","ES2019"],
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"isolatedModules": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"exactOptionalPropertyTypes": true,
|
|
"typeRoots": [
|
|
"./shared-types/types"
|
|
]
|
|
}
|
|
}
|