forked from orbit-oss/is
14 lines
175 B
JSON
14 lines
175 B
JSON
{
|
|
"extends": "@sindresorhus/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"target": "es2017",
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"source"
|
|
]
|
|
}
|