Files
solidjs-templates/ts-jest/tsconfig.json
T
2022-05-11 12:14:55 +02:00

17 lines
388 B
JSON

{
"types": ["jest", "@testing-library/jest-dom"],
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}