mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-04 12:10:34 -06:00
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"
|
|
]
|
|
} |