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

13 lines
256 B
JSON
Raw Normal View History

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