mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
202868269e
renamed sass folder to styles moved types folder inside scripts
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"files": ["src/scripts/modules.d.ts"]
|
|
}
|