mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@repo/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"module": "es2022",
|
|
"target": "es2022"
|
|
}
|
|
}
|