1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-03 17:27:32 +01:00

19 lines
254 B
JSON
Raw 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
}