18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true,
|
|
"lib": [ "ES2020" ],
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/*",
|
|
"src/**/*"
|
|
]
|
|
} |