DefinitelyTyped/linq4js/tsconfig.json
Morris Janatzek c9e96aa918 Added declarations for 'linq4js' (#14723)
* Added declarations for 'linq4js'

* fixed lint

* fixed version

* fixed tsconfig.json

* tsconfig.json fix 2

* small changes in function definition
2017-03-10 16:10:09 -08:00

24 lines
488 B
JSON

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