Files
aerospike-gnome/tsconfig.json
Lucas Oskorep b4afd6d4dc
Some checks failed
Build and Test / build (push) Has been cancelled
feat: gitea pipeline
2025-10-17 02:38:04 -04:00

24 lines
383 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"sourceMap": false,
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true,
"target": "ES2022",
"lib": [
"ES2022"
],
},
"include": [
"ambient.d.ts",
"prefs.ts",
"src/**/*"
],
"files": [
"extension.ts"
],
}