mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
26c57d2ad3
* Compile both JS and TS Builds upon Ferotiq's PR * Compile both JS and TS Builds upon Ferotiq's PR Co-authored-by: Miodec <bartnikjack@gmail.com>
12 lines
271 B
JSON
12 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"files": ["./src/js/modules.d.ts"]
|
|
}
|