11 lines
275 B
JSON
11 lines
275 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"types": ["react", "node", "csstype", "vitest/globals"]
|
||
|
|
},
|
||
|
|
"include": ["./types.d.ts", "src/**/*", "test/**/*"]
|
||
|
|
}
|