blob: 13f6405efc6bfef6b3f9f5f6f1d252fcc2be0a61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"compilerOptions": {
"outDir": "dist",
"sourceMap": true,
"target": "esnext",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strict": true,
"skipLibCheck": true
},
"include": [
"./*.js",
"api/**/*.ts",
"src/**/*.ts"
]
}
|