This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/tsconfig.json

14 lines
132 B
JSON
Raw Normal View History

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