2019-12-03 10:28:59 -05:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2026-06-16 17:10:58 -04:00
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"moduleResolution": "NodeNext",
|
2019-12-03 10:28:59 -05:00
|
|
|
"outDir": "./lib",
|
|
|
|
|
"rootDir": "./src",
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitAny": false,
|
2026-06-16 17:10:58 -04:00
|
|
|
"esModuleInterop": true
|
2019-12-03 10:28:59 -05:00
|
|
|
},
|
2026-06-16 17:10:58 -04:00
|
|
|
"exclude": ["__test__", "lib", "node_modules", "jest.config.ts"]
|
2019-12-03 10:28:59 -05:00
|
|
|
}
|