mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 21:12:38 +08:00
- Changed reference from path to types - Updated tsconfig to support types - Fixed header comments - Added index.d.ts file referencing all library files
22 lines
445 B
JSON
22 lines
445 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"jquery.sap.d.ts",
|
|
"sap.m.d.ts",
|
|
"sap.ui.d.ts",
|
|
"ui5-tests.ts"
|
|
]
|
|
}
|