mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-03 17:27:32 +01:00
19 lines
254 B
JSON
19 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"module": "ES2020",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|