DefinitelyTyped/types/nextgen-events/tsconfig.json
2019-01-25 03:49:34 +04:00

17 lines
430 B
JSON

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