es-toolkit/tsconfig.json
Sojin Park c6d2f602cc
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run
feat(isPrimitive): Add isPrimitive
2024-07-21 23:08:02 +09:00

16 lines
346 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "es2020",
"module": "ESNext",
"noEmit": true,
"allowImportingTsExtensions": true,
"moduleResolution": "Bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src"]
}