satyr/tsconfig.json
knotteye 085dd02148 Changed init functions to be more consistent.
Added setup script and templates for config and database setup.
Fixed typo in tsconfig.
2019-09-26 14:43:24 -05:00

9 lines
96 B
JSON

{
"compilerOptions": {
"outDir":"./build",
"allowJs":true
},
"include":[
"src/**/*"
]
}