14 lines
No EOL
265 B
JSON
14 lines
No EOL
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2019",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |