nix/modules/hypr/ags/tsconfig.json

22 lines
334 B
JSON
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": [
"./types"
],
"skipLibCheck": true
}
// "include": [
// "*/*.ts"
// ]
}