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

13 lines
196 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es2019",
"strict": true,
"rootDir": "./src/js/",
"outDir": "./build/js/"
},
"include": [
"src/js/**/*.ts"
]
}