Files
ThreadNet-Web/modules/banner/tsconfig.json
T

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

9 lines
145 B
JSON
Raw Normal View History

2025-05-08 12:06:05 +01:00
{
"extends": "../tsconfig.json",
2025-05-08 12:06:05 +01:00
"compilerOptions": {
2026-07-10 10:47:41 +01:00
"noEmit": true,
2025-05-08 12:06:05 +01:00
"jsx": "react-jsx"
},
"include": ["src"]
}