10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"extends": "../../utilities/tsconfig/base.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "dom"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["dist", "build", "node_modules", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/*"]
|
|
}
|