forked from orbit-oss/is
Require Node.js 14, TS 4.7, and move to ESM (#167)
This commit is contained in:
parent
c408f5a268
commit
d6fc1ce0fe
8 changed files with 341 additions and 316 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"target": "es2018",
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
]
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
"source"
|
||||
]
|
||||
],
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
"files": true,
|
||||
"experimentalResolver": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue