2022-09-12 12:45:19 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
2022-09-12 22:15:05 +02:00
|
|
|
"target": "esnext",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"rootDir": "./",
|
2023-07-06 14:38:30 +02:00
|
|
|
"noEmit": true,
|
2022-09-12 22:15:05 +02:00
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"skipLibCheck": true
|
2024-01-15 07:20:19 +01:00
|
|
|
},
|
|
|
|
|
"include": ["netlify/functions/validate-pr"]
|
2022-09-12 12:45:19 +02:00
|
|
|
}
|