transfer from monorepo
This commit is contained in:
25
worker/tsconfig.json
Normal file
25
worker/tsconfig.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
/* Language and Environment */
|
||||
"target": "es2020",
|
||||
|
||||
/* Modules */
|
||||
"module": "CommonJS",
|
||||
"rootDir": "./",
|
||||
"outDir": "./build",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "Node",
|
||||
|
||||
/* Type Checking */
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"allowJs": true,
|
||||
"declaration": false,
|
||||
"sourceMap": true,
|
||||
"noEmit": false,
|
||||
"allowImportingTsExtensions": false
|
||||
},
|
||||
"include": ["src/**/*", "tests/**/*", "../api/builder/src/orcaSettings.js"],
|
||||
"exclude": ["node_modules", "dist", "build"]
|
||||
}
|
Reference in New Issue
Block a user