- [x] add e2e test - happy case (make sure it clears selection and next prompt is empty, and preview is cleared); de-selection case - [x] shim - old & new file - [x] upgrade path - [x] add docs - [x] add try-catch to parser script - [x] make it work for next.js - [x] extract npm package - [x] make sure plugin doesn't apply in prod
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"noImplicitAny": false,
|
|
"noUnusedParameters": false,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"noUnusedLocals": false,
|
|
"strictNullChecks": false
|
|
}
|
|
}
|