F95API/tsconfig.json

10 lines
156 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5"
},
"include": [
"./src/**/*"
]
}