@nasl/types
Version:
NASL types for TypeScript Declaration
17 lines (16 loc) • 394 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"experimentalDecorators": true,
"skipLibCheck": false,
"strict": true,
"strictPropertyInitialization": false,
"rootDir": ".",
"baseUrl": ".",
"lib": ["ESNext"],
"noEmit": true
},
"include": ["./*.ts"]
}