mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "..",
|
|
"types": ["node", "bun"]
|
|
},
|
|
"include": ["./**/*.ts", "../src/testing/terminal.ts"]
|
|
}
|