Files
DefinitelyTyped/types/jquery/tsconfig.json
2017-06-13 11:52:16 -04:00

28 lines
593 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jquery-tests.ts",
"test/example-tests.ts",
"test/longdesc-tests.ts",
"test/module-tests.ts"
]
}