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

13 lines
253 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es2019",
"strict": true,
// "noUncheckedIndexedAccess": true,
"rootDir": "./src/main/js/",
"outDir": "./dist/js/"
},
"include": [
"src/main/js/**/*.ts"
]
}