mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
7 lines
145 B
JSON
7 lines
145 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"extends": "@rallly/tsconfig/react.json",
|
|
"include": ["**/*.ts", "**/*.tsx"]
|
|
}
|