DefinitelyTyped/types/internal-slot/tsconfig.json
2019-10-25 13:28:33 -07:00

20 lines
360 B
JSON

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