Files
nix/hosts/common/user/configs/gui/ags/config/tsconfig.json
2024-07-08 20:01:55 +03:00

19 lines
297 B
JSON

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