2024-01-05 08:40:15 -06:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-01-05 12:40:47 -06:00
|
|
|
"target": "ES2020",
|
|
|
|
"module": "ESNext",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noEmit": true
|
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
2024-01-05 08:40:15 -06:00
|
|
|
}
|