mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": ".",
|
|
"module": "commonjs",
|
|
"tsBuildInfoFile": ".tsbuildinfo-node"
|
|
},
|
|
"include": [
|
|
"benchmark/cli.ts"
|
|
]
|
|
} |