mirror of
https://github.com/bjsi/incremental-writing.git
synced 2026-07-22 05:30:28 +00:00
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"esModuleInterop": true,
|
|
"module": "ESNext",
|
|
"target": "ES2018",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"lib": ["dom", "es5", "scripthost", "es2015"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|