janky
Version:
Janus Interface
29 lines (28 loc) • 660 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"types": [
"vite/client",
"vite-plugin-svgr/client",
"node",
"jest",
"@testing-library/jest-dom"
],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src", "../Janky/Janky"],
"exclude": ["**/*.test.tsx", "**/*.test.ts"]
}