gues-kucinako/tsconfig.json

7 lines
81 B
JSON

{
"compilerOptions": {
"lib": ["ES2020", "dom"]
},
"include": ["src/**/*"]
}