josh/tsconfig.json

13 lines
206 B
JSON

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