mastoradio-fork/tsconfig.json
2020-02-22 03:42:11 +01:00

13 lines
204 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": [
"dom",
"esnext"
],
"downlevelIteration": true
},
"include": [
"src/**/*"
]
}