11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"@types/emscripten",
|
|
"node"
|
|
]
|
|
},
|
|
"include": ["src", "examples", "tsup.config.ts", "vitest.config.ts"]
|
|
}
|