forked from tools/josh
1
0
Fork 0
josh/tsconfig.json

12 lines
157 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "esnext",
"target": "es2019",
"sourceMap": true,
"outDir": "./build"
},
"include": [
"**/*"
]
}