mirror of
https://github.com/elisescu/tty-server
synced 2024-11-15 12:12:54 +00:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
}
|
|
} |