Files
e2e 6c231d1d36
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled
chore: heygermany customer project
2026-07-11 10:52:27 +02:00

15 lines
324 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "../..",
"types": ["node"],
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"references": [
{"path": "../sdk"}
],
"include": [".pikku/**/*.ts", "src/*.ts", "src/**/*.ts", "../../src/scaffold/**/*.ts"]
}