mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-13 15:10:04 +00:00
22 lines
589 B
JSON
22 lines
589 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2020",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2018", "dom", "esnext.asynciterable"],
|
|
"plugins": [{ "transform": "typescript-transform-paths" }],
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|