2019-10-30 14:48:49 -04:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2026-05-20 19:31:39 +00:00
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"outDir": "./lib",
|
|
|
|
|
"rootDir": "./src",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitAny": false,
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"esModuleInterop": true
|
2019-10-30 14:48:49 -04:00
|
|
|
},
|
2026-05-20 19:31:39 +00:00
|
|
|
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
|
2019-10-30 14:48:49 -04:00
|
|
|
}
|