Files
DefinitelyTyped/types/schwifty/tsconfig.json
2018-05-19 12:52:04 +03:00

23 lines
519 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"target": "es6",
"strictFunctionTypes": true
},
"files": [
"index.d.ts",
"schwifty-tests.ts",
"test/dog.ts",
"test/plugin.ts"
]
}