Javascript-Library/tsconfig.json

10 lines
156 B
JSON
Raw Normal View History

2024-04-14 20:11:46 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"declaration": true,
"outDir": "./dist"
},
"include": ["src/**/*"]
}