2
0
mirror of https://github.com/elisescu/tty-server synced 2024-11-15 12:12:54 +00:00
tty-server/frontend/tsconfig.json
2020-01-09 22:38:33 +01:00

10 lines
187 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": true
}
}