is/tsconfig.json
2022-03-02 21:59:19 +08:00

14 lines
175 B
JSON

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