mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-08 18:21:55 +00:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["DOM", "ES2020"],
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"strict": false
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|