Files
spoon/packages/ui/tsconfig.json
T
Gabriel Brown cf7ff2ee4e
Build and Push Next App / quality (push) Failing after 45s
Build and Push Next App / build-next (push) Has been skipped
Initial commit for project Spoon!
2026-06-21 17:52:02 -05:00

11 lines
243 B
JSON

{
"extends": "@spoon/tsconfig/base.json",
"compilerOptions": {
"lib": ["ES2022", "dom", "dom.iterable"],
"jsx": "preserve",
"rootDir": "."
},
"include": ["src", "tests", "vitest.config.ts"],
"exclude": ["node_modules"]
}