6 lines
108 B
JSON
6 lines
108 B
JSON
{
|
|
"extends": "tsconfig/common.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|