hana-cli
Version:
HANA Developer Command Line Interface
28 lines (27 loc) • 532 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"strict": true,
"types": [
"node",
"mocha",
"@wdio/globals/types",
"webdriverio"
],
"lib": ["ES2022", "DOM"],
"module": "ESNext",
"moduleResolution": "node",
"target": "ES2022",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": [
"**/*.js",
"**/*.test.js",
"global.d.ts"
]
}