nix/modules/hypr/ags/tsconfig.json
2024-09-01 18:51:42 +02:00

22 lines
334 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": [
"./types"
],
"skipLibCheck": true
}
// "include": [
// "*/*.ts"
// ]
}