This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/frontend/tsconfig.json
Marc Cataford 984ab6d022
build(fe-tooling): set up vitest to replace jest et al.
fix: include mocha types

fix: missing vitest import

fix: missing vitest import
2023-12-30 00:49:58 -05:00

16 lines
410 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "react-jsx",
"module": "commonjs",
"rootDir": ".",
"moduleResolution": "node",
"allowJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true,
"types": ["node", "mocha"]
}
}