mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "preserve",
|
|
"declaration": true,
|
|
"moduleResolution": "bundler",
|
|
"lib": ["es2022", "dom", "dom.iterable"],
|
|
"customConditions": ["development"]
|
|
},
|
|
"include": ["src"]
|
|
}
|