SocialvoidJS/tsconfig.json

14 lines
291 B
JSON
Raw Permalink Normal View History

2021-10-10 10:58:15 +02:00
{
"compilerOptions": {
2021-10-10 14:00:20 +02:00
"declaration": true,
"target": "ES2019",
"module": "CommonJS",
2021-10-10 10:58:15 +02:00
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["generators", "examples"]
}