Files
TheaninovOS/overlays/asztal/tsconfig.json
2024-04-17 10:03:57 +02:00

20 lines
391 B
JSON

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