zephyrus/tsconfig.json
2024-11-16 13:55:09 -03:00

13 lines
No EOL
279 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}