playlist-entry-validator/tsconfig.json

14 lines
292 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"outDir": "./netlify/functions",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}