DefinitelyTyped/types/rtlcss/tsconfig.json

26 lines
457 B
JSON
Raw Permalink Normal View History

2019-02-27 04:14:14 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [
],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"rtlcss-tests.ts"
]
}