josh/tsconfig.json

13 lines
256 B
JSON

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