9 lines
191 B
JSON
9 lines
191 B
JSON
|
|
{
|
||
|
|
"extends": "./base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
|
||
|
|
"exclude": ["dist", "build", "node_modules"]
|
||
|
|
}
|