psychotherapy/tsconfig.json

12 lines
209 B
JSON
Raw Normal View History

2021-10-30 14:30:33 +02:00
{
"compilerOptions": {
"target": "es2019",
"strict": true,
"rootDir": "./src/main/js/",
"outDir": "./dist/js/"
},
"include": [
"src/main/js/**/*.ts"
]
}