DefinitelyTyped/array-foreach/tsconfig.json
Steve 727d0517ab Definitions for array-foreach (#12536)
* Definitions for array-foreach

* update tsconfig as per PR

* update as per PR
2016-11-13 18:26:51 +09:00

19 lines
403 B
JSON

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