mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
2293
qlik-engineapi/index.d.ts
vendored
Normal file
2293
qlik-engineapi/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
0
qlik-engineapi/qlik-engineapi-tests.ts
Normal file
0
qlik-engineapi/qlik-engineapi-tests.ts
Normal file
23
qlik-engineapi/tsconfig.json
Normal file
23
qlik-engineapi/tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"qlik-engineapi-tests.ts"
|
||||
]
|
||||
}
|
||||
8
qlik-engineapi/tslint.json
Normal file
8
qlik-engineapi/tslint.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tslint.json",
|
||||
"rules": {
|
||||
"forbidden-types": false,
|
||||
"no-empty-interface": false,
|
||||
"interface-name": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user