mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"include" : [
|
|
"./src/og/**/*"
|
|
],
|
|
"exclude" : [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "out-tsc",
|
|
}
|
|
}
|