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

19 lines
324 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es2019",
"sourceMap": true,
"strict": true,
"removeComments": true,
"outDir": "./build/js"
},
"files": [
"js/commands.ts",
"js/extensions.d.ts",
"js/extensions.ts",
"js/fs.ts",
"js/shared.ts",
"js/terminal.ts"
]
}