DefinitelyTyped/types/terminal-kit/tsconfig.json
2019-01-25 21:39:01 +04:00

18 lines
464 B
JSON

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