ura-components/tsconfig-all.json

16 lines
304 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"noEmit": true,
"emitDeclarationOnly": false
},
2022-10-06 16:50:43 +08:00
"include": [
"src/components/**/*.ts",
"src/lib/**/*.ts",
"src/widgets/*.ts",
"src/widgets/**/.ts"
],
"exclude": ["src/*/node_modules/**/*.ts"]
}