ultrawidify/tsconfig.json

8 lines
131 B
JSON

{
"compilerOptions": {
"outDir": "./ts-out",
"allowJs": true,
"target": "es2020"
},
"include": [ "./src/**/*" ]
}