DefinitelyTyped/types/react-howler/tsconfig.json
2020-02-27 14:32:44 -08:00

18 lines
459 B
JSON

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