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