DefinitelyTyped/types/money-math/tsconfig.json
2018-08-28 17:02:01 +08:00

23 lines
370 B
JSON

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