|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"noEmit": true,
|
|
"emitDeclarationOnly": false
|
|
},
|
|
"include": ["src/components/**/*.ts", "src/lib/**/*.ts", "src/widgets/*.ts", "src/widgets/**/.ts"],
|
|
"exclude": ["src/*/node_modules/**/*.ts"]
|
|
}
|