nixos-configs/devices/binto/config/ags/tsconfig.json
matt1432 d3bb06a370
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(ags binto): switch to typescript
2024-01-13 16:07:33 -05:00

20 lines
376 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": [
"ES2022"
],
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"baseUrl": ".",
"typeRoots": [
"./types/ags.d.ts",
"./node_modules/@girs"
],
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}