2022-09-22 11:09:13 +08:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./",
|
|
|
|
"noEmit": true,
|
|
|
|
"emitDeclarationOnly": false
|
|
|
|
},
|
2022-10-04 09:11:37 +08:00
|
|
|
"include": ["src/components/**/*.ts", "src/lib/**/*.ts", "src/widgets/*.ts", "src/widgets/**/.ts"],
|
2022-09-22 11:09:13 +08:00
|
|
|
"exclude": ["src/*/node_modules/**/*.ts"]
|
|
|
|
}
|