mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES2015",
|
|
"allowJs": true,
|
|
"baseUrl": "./src/",
|
|
"types": ["svelte"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|