blob: 33a1983c1c06da68619549049f280d15d1455769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compilerOptions": {
"module": "commonjs",
"target": "es2021",
"sourceMap": true,
"esModuleInterop": true,
"outDir": "./build",
"rootDir": "./src",
"skipLibCheck": true
},
"exclude": [
"node_modules"
]
}
|