DefinitelyTyped/random-js/tsconfig.json
2016-10-08 10:33:37 -07:00

20 lines
447 B
JSON

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