mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-27 20:01:35 +00:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
"noCheck": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|