Files
DefinitelyTyped/dojo/tsconfig.json
Andries Smit 74aaaad1ad Include dijit to tsconfig
When using new npm install @types/dojo the dijit file was missing.
2016-10-11 16:10:45 +02:00

20 lines
393 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"dijit.d.ts"
]
}