DefinitelyTyped/types/jsqubits/tsconfig.json
kamakiri_ys cd095172b8 Add jsqubits type definition (#36805)
* add jsqubits type definition

* drop declare module
2019-07-10 14:00:34 -07:00

24 lines
489 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",
"jsqubits-tests.ts"
]
}