DefinitelyTyped/types/regression/tsconfig.json
MattiasMartens cdd6ada582 Type definition for the library 'regression' (#31728)
* Type definition for the library 'regression'

* Fix to match the commonJS style used by the real library
2018-12-31 08:44:53 -08:00

17 lines
426 B
JSON

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