bundlrs/tsconfig.json
hkau 2f06212cfd [add] pages::atomic_editor
[add] pages::atomic_editor::pages::dashboard_request
[add] pages::atomic_editor::new_request
[add] pages::atomic_editor::edit_request
[add] api::pastes::edit_atomic_request
[fix] markdown: hashtag in special elements
[chore] bump version (v0.6.0 -> v0.7.0)
2024-01-24 14:51:06 -05:00

22 lines
455 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
/* Linting */
"skipLibCheck": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
}
}