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

18 lines
326 B
JSON

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