mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 01:20:58 +01:00
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"module": "commonjs",
|
|
"target": "es2022",
|
|
"lib": ["es2022"],
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"preserveConstEnums": true,
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"types": ["@cloudflare/workers-types", "@types/service-worker-mock"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
}
|