mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
e51d0c4600
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / api-test (22.x) (push) Has been cancelled
* feat: metering allowence checks * fix: bad math
26 lines
459 B
JSON
26 lines
459 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"allowJs": true,
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"baseUrl": ".",
|
|
"outDir": "/dev/null",
|
|
"paths": {
|
|
"../src/*": [
|
|
"../src/*"
|
|
]
|
|
},
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
],
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
"*.d.ts"
|
|
]
|
|
} |