SocialvoidJS/tsconfig.json

14 lines
291 B
JSON

{
"compilerOptions": {
"declaration": true,
"target": "ES2019",
"module": "CommonJS",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["generators", "examples"]
}