ultrawidify/tsconfig.json

8 lines
131 B
JSON
Raw Normal View History

2021-02-08 20:55:17 +01:00
{
"compilerOptions": {
"outDir": "./ts-out",
"allowJs": true,
"target": "es2020"
},
"include": [ "./src/**/*" ]
}