yaejunyang/tsconfig.json
2026-02-09 18:31:56 +00:00

14 lines
No EOL
341 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"lib": [ "ES2021", "DOM", "DOM.Iterable" ],
"moduleResolution": "node",
"outDir": "dist",
"strict": true,
"exactOptionalPropertyTypes": false,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"include": ["./packages/**/*"]
}