mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|