chat-with-gpt/app/src/tiktoken/tsconfig.json

15 lines
332 B
JSON
Raw Normal View History

2023-03-08 21:17:34 +00:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ESNext", "DOM"],
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"declaration": true,
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
},
"include": ["./**/*.ts", "./**/*.js"],
"exclude": ["node_modules", "dist"]
}