playlist-entry-validator/tsconfig.json

13 lines
258 B
JSON
Raw Permalink Normal View History

2022-09-12 12:45:19 +02:00
{
"compilerOptions": {
2022-09-12 22:15:05 +02:00
"target": "esnext",
"module": "commonjs",
"rootDir": "./",
"outDir": "./dist",
2022-09-12 22:15:05 +02:00
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
2022-09-12 12:45:19 +02:00
}