blob: 3a8368217da68ae36b7925fb5023eb33eedb93b8 [file] [log] [blame]
idillond858c182022-09-16 13:18:26 -04001{
simonc7d52452022-09-23 02:09:42 -04002 "extends": "../tsconfig",
idillond858c182022-09-16 13:18:26 -04003 "compilerOptions": {
simonc7d52452022-09-23 02:09:42 -04004 /* Specify what JSX code is generated. */
5 "jsx": "react-jsx",
simond8ca2f22022-10-11 23:30:55 -04006 /* Specify a set of bundled library declaration files that describe the target runtime environment. */
7 "lib": ["DOM", "DOM.Iterable", "ESNext"],
simonc7d52452022-09-23 02:09:42 -04008 /* Specify an output folder for all emitted files. */
simond8ca2f22022-10-11 23:30:55 -04009 "outDir": "dist",
10 /* Specify type package names to be included without being referenced in a source file. */
11 "types": ["@testing-library/jest-dom", "@types/jest", "node", "vite/client", "vite-plugin-svgr/client"]
simon06527b02022-10-01 15:01:47 -040012 },
simond8ca2f22022-10-11 23:30:55 -040013 "include": ["src"]
idillond858c182022-09-16 13:18:26 -040014}