Javascript-Library/tsconfig.json
2024-04-14 21:11:46 +01:00

10 lines
156 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"declaration": true,
"outDir": "./dist"
},
"include": ["src/**/*"]
}