mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 12:40:26 -06:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"allowJs": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"outDir": "/dev/null",
|
|
"paths": {
|
|
"../src/*": ["../src/*"]
|
|
},
|
|
"typeRoots": ["../node_modules/@types"],
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
"*.d.ts"
|
|
]
|
|
} |