mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-04 21:19:53 +08:00
[json-stringify-safe] add typings (#19026)
This commit is contained in:
committed by
Mohamed Hegazy
parent
e395189807
commit
b7b8a3650b
22
types/json-stringify-safe/tsconfig.json
Normal file
22
types/json-stringify-safe/tsconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user