mastoradio/tsconfig.json

13 lines
204 B
JSON

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