13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": ["bun", "node"]
|
|
},
|
|
"include": ["src", "../core/src/resource.d.ts"]
|
|
}
|