mirror of
https://github.com/material-components/material-web.git
synced 2024-11-13 00:29:03 +03:00
31 lines
772 B
JSON
31 lines
772 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowUnreachableCode": false,
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noUnusedLocals": true,
|
|
"paths": {
|
|
"@material/web/*": ["./*"]
|
|
},
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"target": "es2020",
|
|
"types": ["lit", "jasmine"]
|
|
}
|
|
}
|