is/tsconfig.json
2019-05-02 13:52:55 +03:00

15 lines
188 B
JSON

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