ura-components/tsconfig-all.json

16 lines
304 B
JSON

{
"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"]
}