lcap
Version:
CLI for Lcap Projects, including Application and UI Library.
28 lines (27 loc) • 715 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitThis": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowJs": false,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": false,
"pretty": true,
"baseUrl": ".",
"declaration": true,
"emitDeclarationOnly": true,
"outFile": "./nasl.extension.ts",
"lib": ["esnext", "dom"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["./src/components/*/api.ts", "./src/logics/api.ts", "./src/typings.d.ts"]
}