1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 01:16:23 -07:00
gochan/frontend/tsconfig.json

13 lines
249 B
JSON
Raw Normal View History

2023-05-13 23:46:41 -07:00
{
"compilerOptions": {
"outDir": "../js/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}