mirror of
https://github.com/Mintplex-Labs/tiktoken.git
synced 2026-08-24 11:13:01 -04:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|