Files
DefinitelyTyped/types/jasmine-enzyme/tsconfig.json
2017-08-01 15:09:36 -07:00

24 lines
502 B
JSON

{
"compilerOptions": {
"jsx": "react",
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jasmine-enzyme-tests.tsx"
]
}