Torjus Håkestad
8f9a8cd655
All checks were successful
Run tests / test (pull_request) Successful in 4m12s
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "esnext"],
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
"types": ["node", "jest", "@testing-library/jest-dom"]
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|