DefinitelyTyped/types/shevyjs/tsconfig.json
Sine f5dffdf5a5
Added type definitions for shevyjs (#42050)
* Added type definitions for shevyjs

* Removed example code

* Fixed typos
2020-02-06 15:06:56 -08:00

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