This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-09-11 19:28:17 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-09-20 11:09:15 -05:00
|
|
|
"outDir":"./build",
|
2019-09-11 19:28:17 -05:00
|
|
|
"allowJs":true
|
|
|
|
},
|
|
|
|
"include":[
|
|
|
|
"src/**/*"
|
2019-09-26 14:43:24 -05:00
|
|
|
]
|
|
|
|
}
|