mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
* added @types for N3, an RDF package * changed file names to match requirements for syncing with @types * naming recommendation conformance * added type definitions for webgme * provide constructor and factory with same function name * checkpoint * removing declare module n3, making ProperModule * changed reference path to types and corrected errors associated with strict null * checkpoint * test the project with "tsc --project tsconfig.json" * changed from "reference path=" to "reference types=" when possible * removing wildcard declaration * combined *.d.ts files and *-tests.ts * removed task completion comments * removed patch version and strict null check on
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"webgme-tests.ts"
|
|
]
|
|
} |