mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|