12 lines
237 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "node",
"baseUrl": "."
}
}