mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"lib": ["ES2021", "DOM"]
|
|
},
|
|
"include": ["tools/**/*.ts", "os-spec/**/*.json"]
|
|
}
|