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