nichts/nyx/homes/notashelf/services/wayland/ags/tsconfig.json

15 lines
247 B
JSON
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022"],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": ["./types"],
"skipLibCheck": true,
},
}