[json-stringify-safe] add typings (#19026)

This commit is contained in:
Dimitri Benin
2017-08-16 19:08:01 +02:00
committed by Mohamed Hegazy
parent e395189807
commit b7b8a3650b
4 changed files with 76 additions and 0 deletions

View File

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