DefinitelyTyped/angular-google-analytics/tsconfig.json

14 lines
305 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",
"angular-google-analytics-tests.ts"
]
}