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