is/tsconfig.json
2022-03-02 22:05:50 +08:00

15 lines
190 B
JSON

{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "ES2018",
"lib": [
"ES2018",
"ESNext",
"dom"
]
},
"include": [
"source"
]
}