Files
Stirling-PDF/frontend/editor/scripts/tsconfig.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
206 B
JSON
Raw Normal View History

2026-03-12 13:03:44 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
2026-06-23 09:52:32 +01:00
"types": ["node"],
2026-03-12 13:03:44 +00:00
"noEmit": true
},
2026-06-02 17:08:24 +01:00
"include": ["./**/*.ts", "./**/*.mts"]
2026-03-12 13:03:44 +00:00
}