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,
2021-02-08 22:45:41 +01:00
"target": "es2018"
2021-02-08 20:55:17 +01:00
},
"include": [ "./src/**/*" ]
}