mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Tools",
|
|
"extends": "@repo/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleDetection": "force",
|
|
"jsx": "react-jsx",
|
|
"allowImportingTsExtensions": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
}
|
|
}
|