SIGN IN SIGN UP
vercel / hyper UNCLAIMED

A terminal built on web technologies

44714 0 0 TypeScript
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"declarationDir": "../dist/tmp/appdts/",
"outDir": "../target/",
"noImplicitAny": false
},
"include": [
"./**/*",
2023-07-25 15:09:51 +05:30
"./package.json",
"../typings/extend-electron.d.ts",
"../typings/ext-modules.d.ts"
]
}