mirror of
https://github.com/sindresorhus/type-fest.git
synced 2025-12-08 19:25:05 +00:00
15 lines
192 B
JSON
15 lines
192 B
JSON
{
|
|
"extends": "@sindresorhus/tsconfig",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "ES2019", // Node.js 12
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"test-d/**/*"
|
|
]
|
|
}
|