@julr/tooling-configs
Version:
Shared tooling configs: TSConfig, OXC (oxlint + oxfmt)
16 lines (15 loc) • 397 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext"],
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true
}
}