mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
21 lines
560 B
JSON
21 lines
560 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"lib": ["es6"],
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"types": [],
|
|
"typeRoots": ["../"]
|
|
},
|
|
|
|
"files": ["index.d.ts", "types.d.ts", "mangopay2-nodejs-sdk-tests.ts"]
|
|
}
|