mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* Added declarations for 'linq4js' * fixed lint * fixed version * fixed tsconfig.json * tsconfig.json fix 2 * small changes in function definition
24 lines
488 B
JSON
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
|
|
}
|
|
} |