F95API/tsconfig.json

10 lines
156 B
JSON
Raw Normal View History

2021-02-13 14:11:43 +00:00
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
2021-02-13 14:17:04 +00:00
"target": "es6"
2021-02-13 14:11:43 +00:00
},
"include": [
"./src/**/*"
]
}