DefinitelyTyped/types/react-mathquill/tsconfig.json
magonzalez9 0f375a72b5 Add types for react-mathquill (#40861)
* Add types for react-mathquill

* Fix formatting issues

* Fix typescript header version

* Remove single quote character from typescript version header

* Fix typing for function

* Add type definitions for @edtr-io/mathquill and update react-mathquill to reflect that.

* Add paths property to @edtr-io/mathquill tsconfig

* Fix dt-header package version

* Update types/react-mathquill/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/edtr-io__mathquill/edtr-io__mathquill-tests.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/tsconfig.json

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/index.d.ts

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

* Update types/react-mathquill/react-mathquill-tests.tsx

Co-Authored-By: Dmitry Demensky <10235949+demensky@users.noreply.github.com>

Co-authored-by: Dmitry Demensky <10235949+demensky@users.noreply.github.com>
2020-01-02 15:18:03 -08:00

28 lines
608 B
JSON

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