mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-26 17:42:29 +08:00
chore(types): disable verbatim module syntax for now
This commit is contained in:
parent
7972d3f31b
commit
8578aa26c1
@ -6,8 +6,7 @@
|
|||||||
"node"
|
"node"
|
||||||
],
|
],
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo",
|
"tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo"
|
||||||
"verbatimModuleSyntax": false
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.ts"
|
"src/**/*.ts"
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"outDir": "out-tsc/playwright",
|
"outDir": "out-tsc/playwright",
|
||||||
"sourceMap": false,
|
"sourceMap": false
|
||||||
"verbatimModuleSyntax": false
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "es2022",
|
"target": "es2022",
|
||||||
"customConditions": ["development"],
|
"customConditions": ["development"],
|
||||||
"verbatimModuleSyntax": true,
|
"verbatimModuleSyntax": false, // TODO: Re-enable it when migrating back to ESM.
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user