10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM"],
|
|
"noEmit": true,
|
|
"incremental": true
|
|
},
|
|
"include": ["src/client"]
|
|
}
|