mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-06-30 19:04:28 +00:00
12 lines
310 B
JSON
12 lines
310 B
JSON
{
|
|
"extends": "@acamarata/tsconfig/tsconfig.library.json",
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"esModuleInterop": true,
|
|
"rootDir": "src",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "wasm"]
|
|
}
|