ultrawidify/tsconfig.json
2021-02-08 22:45:41 +01:00

8 lines
131 B
JSON

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