mastoradio-fork/tsconfig.json

13 lines
204 B
JSON
Raw Normal View History

2020-02-22 03:39:15 +01:00
{
"compilerOptions": {
"strict": true,
"lib": [
"dom",
"esnext"
],
"downlevelIteration": true
},
"include": [
"src/**/*"
]
}