mirror of
https://github.com/zhigang1992/pocketbase-typegen.git
synced 2026-01-12 09:14:16 +08:00
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 14",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["es2020"],
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true
|
|
}
|
|
}
|