mirror of
https://github.com/Matysh/houseplan-card
synced 2026-07-31 08:28:31 +00:00
6 lines
190 B
JSON
6 lines
190 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": { "module": "esnext", "outDir": "test-build", "noEmit": false, "declaration": false },
|
|
"include": ["src/logic.ts", "src/rules.ts"]
|
|
}
|