8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./ts-out",
|
|
"allowJs": true,
|
|
"target": "es2018"
|
|
},
|
|
"include": [ "./src/**/*" ]
|
|
} |