1
0
Fork 0
ttyd_ext/ttyd/html/tsconfig.json

19 lines
403 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "h",
"allowJs": true,
"noImplicitAny": false,
"declaration": false,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
},
"include": [
"src/**/*.tsx",
"src/**/*.ts"
]
}