Files
as4-411/tsconfig.json

16 lines
321 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"noEmit": true,
"composite": false
},
"exclude": ["node_modules", "dist"]
}