mirror of
https://github.com/jalad25/contact-note.git
synced 2026-07-22 06:53:06 +00:00
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2018",
|
|
"allowImportingTsExtensions": true,
|
|
"moduleResolution": "bundler",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"lib": ["DOM", "ES5", "ES6", "ES7", "ES2017"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|