DefinitelyTyped/types/react-howler/tsconfig.json
2019-01-29 23:03:28 +01:00

18 lines
460 B
JSON

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