F95API/tsconfig.json

13 lines
279 B
JSON
Raw Normal View History

2021-02-13 14:11:43 +00:00
{
"compilerOptions": {
2021-02-14 11:25:15 +00:00
"experimentalDecorators": true,
2021-02-13 14:11:43 +00:00
"outDir": "./dist",
"allowJs": true,
2021-02-14 11:25:15 +00:00
"target": "es6",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
2021-02-13 14:11:43 +00:00
},
"include": [
"./src/**/*"
]
}