12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"**/*.d.ts",
|
|
"../definitions/*.d.ts",
|
|
"**/*.svg",
|
|
"*/*.svg",
|
|
],
|
|
}
|