shareon-pulsanti-condivisio.../tsconfig.json

19 lines
254 B
JSON
Raw Permalink Normal View History

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