Files
DefinitelyTyped/types/datatables.net-rowgroup/tsconfig.json
maixiu a0898b0a15 add package datatables.net-rowgroup (#23125)
* add package datatables.net-rowgroup

* add package jquery-sticky

* delete to put in back in a branch
2018-01-24 11:26:32 -08:00

24 lines
393 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"datatables.net-rowgroup-tests.ts"
]
}