Files
osc-js/tsconfig.json
T
2024-10-02 20:46:17 -05:00

13 lines
251 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"target": "ES2020",
"declaration": true,
"rootDir": "./src",
"strict": true,
"outDir": "dist"
},
"exclude": ["node_modules", "dist", "examples"]
}