frontend/.pnpm-store/v3/files/82/99026f87bbb5e590b0e2d7b8ca8cf8c23f3e57243dc5c5cc4aa6c8b245baf00e7776565ac3b7ba21be1fd2b1f22a05806d46b4282e7b03b7607a81a359fc29

16 lines
384 B
Plaintext

{
"compilerOptions": {
"module": "commonjs",
"lib": [ "es5" ],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": ".",
"paths": { "codepage": ["."] },
"types": [],
"noEmit": true,
"strictFunctionTypes": true,
"forceConsistentCasingInFileNames": true
}
}