17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
|
|
},
|
|
"exclude": ["**/__tests__/**", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|