14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["es6"],
|
|
"module": "commonjs",
|
|
"outDir": "client/out",
|
|
"rootDir": "client",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
}
|