playlist-entry-validator/tsconfig.json

14 lines
303 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["netlify/functions/validate-pr"]
}