chaoticbackup.github.io/jsconfig.json
2019-09-25 12:33:27 -04:00

15 lines
287 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src"
],
"exclude": [
"./build/*",
"./node_modules/*"
]
}