mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-29 22:29:30 +08:00
17 lines
433 B
JSON
17 lines
433 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 16",
|
|
"include": ["src/**/*", "raycast-env.d.ts"],
|
|
"compilerOptions": {
|
|
"lib": ["es2021"],
|
|
"module": "commonjs",
|
|
"target": "es2021",
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|