mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 01:29:58 -06:00
19 lines
297 B
JSON
19 lines
297 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"../src/*": [
|
|
"../src/*"
|
|
]
|
|
},
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"./**/*.js",
|
|
"./**/*.d.ts"
|
|
]
|
|
} |