Files
matv-stripe bf9c5e3444 [folder restructure] Move all tool related items to a tools/ folder (#165)
* update workflows

* move

* update

* update

* fix license
2025-10-24 15:50:47 -04:00

16 lines
339 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}