death-notifier/tsconfig.json

13 lines
252 B
JSON
Raw Permalink Normal View History

2022-08-09 19:20:02 +02:00
{
"compilerOptions": {
"target": "es6",
"strict": true,
"rootDir": "./src/main/js/",
"outDir": "./dist/js/",
"allowSyntheticDefaultImports": true
2022-08-09 19:20:02 +02:00
},
"include": [
"src/main/js/**/*.ts"
]
}