mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-19 23:32:47 +00:00
* Created types for nwmatcher * Rename class -> className, fix tests * Remove duplicate test case * Added global namespace for accessing global matcher * Moved tests to test folder, added separate global and module test files
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/nwmatcher-global.test.ts",
|
|
"test/nwmatcher-module.test.ts"
|
|
]
|
|
} |