1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-01-23 20:30:47 +01:00
shareon-pulsanti-condivisio.../tsconfig.json

19 lines
310 B
JSON
Raw Normal View History

2020-03-25 17:44:11 +01:00
{
"compilerOptions": {
"lib": [
"dom",
"es6"
],
"module": "ES2020",
"noImplicitAny": true,
"noImplicitReturns": true,
"target": "es5"
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}