This commit is contained in:
17
frontend/__tests__/tsconfig.json
Normal file
17
frontend/__tests__/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "@monkeytype/typescript-config/base.json",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Bundler",
|
||||
"module": "ESNext",
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js"
|
||||
},
|
||||
"files": ["vitest.d.ts"],
|
||||
"include": [
|
||||
"./**/*.spec.ts",
|
||||
"./**/*.spec.tsx",
|
||||
"./**/*.jsdom-spec.ts",
|
||||
"./setup-tests.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user