DefinitelyTyped/types/modularscale/tsconfig.json
Cyril CHAPON 60c6c50424
Add modularscale definitions (#44512)
* Add modularscale definitions

* Add contributor link to type declaration

* Fix modularscale export form
2020-05-14 15:56:05 -07:00

24 lines
493 B
JSON

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