DefinitelyTyped/angular-material/tsconfig.json
2016-05-09 13:52:25 -07:00

14 lines
299 B
JSON

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