DefinitelyTyped/types/openui5/tsconfig.json

28 lines
612 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",
"jquery.sap.d.ts",
"sap.m.d.ts",
"sap.ui.d.ts",
"openui5-tests.ts"
]
}