Files

13 lines
231 B
JSON
Raw Permalink Normal View History

2026-08-10 17:35:22 -04:00
{
"compilerOptions": {
"module": "none",
"target": "ES3",
"noLib": true,
"checkJs": false,
"baseUrl": "./src",
"paths": {
"*": ["types/*"]
}
},
"include": ["src/**/*"]
}