2025-11-13 13:13:34 -07:00

11 lines
202 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build/main",
"lib": ["dom"],
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}