12 lines
No EOL
259 B
JSON
12 lines
No EOL
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "ESNext",
|
|
"outDir": "./dist",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [ "**/*.ts" ],
|
|
"exclude": [ "node_modules" ]
|
|
} |