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

10 lines
187 B
JSON
Raw Normal View History

2020-01-05 20:34:02 +00:00
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": true
}
}