Files
WallMuse/packages/ui-tokens/tsconfig.json
2026-05-09 09:12:41 +00:00

14 lines
260 B
JSON
Executable File

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"declaration": true,
"emitDeclarationOnly": false,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}