DefinitelyTyped/types/safe-json-stringify/tsconfig.json
Eric Byers e0faf3a6ec Adding safe-json-stringify module
Exporting the function correctly

Fixing pretty much everything

Adding safe-json-stringify type
2017-07-19 12:08:59 -05:00

23 lines
463 B
JSON

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