mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 04:34:19 +01:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [ "dom", "es5", "es2015.promise"],
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
}
|
|
} |