mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./lib",
|
|
"tsBuildInfoFile": ".tsbuildinfo",
|
|
"rootDir": "../",
|
|
"sourceMap": false,
|
|
"inlineSources": false
|
|
},
|
|
"include": [
|
|
"src/custom_typings/*.d.ts",
|
|
"src/**/*.ts",
|
|
"../packages/**/*.ts",
|
|
"node_modules/@types/jasmine/*.d.ts",
|
|
"../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts",
|
|
],
|
|
"exclude": [
|
|
"src/benchmark/cli.ts",
|
|
"../packages/switch/deprecated/**/*.ts"
|
|
]
|
|
}
|