@azure-tools/typespec-powershell
Version:
An experimental TypeSpec emitter for PowerShell codegen
18 lines (17 loc) • 361 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"useDefineForClassFields": false,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"rootDir": ".",
"outDir": "dist",
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
/* Linting */
"strict": true
},
"include": ["src", "test"]
}