mirror of
https://github.com/zhigang1992/notion-api-worker.git
synced 2026-01-12 17:32:42 +08:00
Implement pages, tables & users; WIP
Co-authored-by: Timo <timo.lins@gmail.com>
This commit is contained in:
20
tsconfig.json
Normal file
20
tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"lib": ["esnext", "DOM", "DOM.Iterable", "WebWorker"],
|
||||
"alwaysStrict": true,
|
||||
"strict": true,
|
||||
"preserveConstEnums": true,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [
|
||||
"./src/*.ts",
|
||||
"./src/**/*.ts",
|
||||
"./node_modules/@cloudflare/workers-types/index.d.ts"
|
||||
],
|
||||
"exclude": ["node_modules/", "dist/"]
|
||||
}
|
||||
Reference in New Issue
Block a user