es-toolkit/tsconfig.json
2024-05-31 16:54:41 +09:00

13 lines
246 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}