1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 12:56:22 -07:00
gochan/frontend/tsconfig.json
2023-05-13 23:46:41 -07:00

13 lines
No EOL
249 B
JSON

{
"compilerOptions": {
"outDir": "../js/",
"sourceMap": true,
"noImplicitAny": true,
"module": "es6",
"target": "es6",
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}