@typespec/compiler
Version:
TypeSpec Compiler Preview
19 lines (17 loc) • 361 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"useDefineForClassFields": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"rootDir": ".",
"outDir": "dist",
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
/* Linting */
"strict": true
},
"include": ["src", "test"]
}