type-fest/tsconfig.json
Sindre Sorhus 8f5be40362 Fix CI
2021-08-06 02:12:02 +02:00

15 lines
192 B
JSON

{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"noEmit": true,
"target": "ES2019", // Node.js 12
"lib": [
"ES2020",
"DOM"
]
},
"exclude": [
"test-d/**/*"
]
}