mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* move angular-animate.d.ts to its own folder * Make angular-animate a module, and use module augmentation to update the angular module * Move angular-cookies.d.ts to its own folder * Make angular-cookies a module, and use module augmentation to update the angular module * Remove outdated readme * Move angular-mocks.d.ts to its own folder * Make angular-mocks a module, and use module augmentation to update the angular module * Move angular-resource.d.ts to its own folder * Make angular-resource a module, and use module augmentation to update the angular module * Move angular-route.d.ts to its own folder * Make angular-route a module, and use module augmentation to update the angular module * Move angular-santize.d.ts to its own folder * Make angular-sanitize a module, and use module augmentation to update the angular module
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"files": [
|
|
"index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": false
|
|
}
|
|
} |