es-toolkit/tsconfig.json

13 lines
246 B
JSON
Raw Normal View History

2024-04-25 14:56:13 +03:00
{
"compilerOptions": {
"lib": ["ESNext"],
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}